home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 038a / satsfaxt.zip / PBIMPT.EXE / README.TXT < prev   
Text File  |  1992-08-14  |  2KB  |  37 lines

  1. This program translates phonebook data from one format to another.
  2.  
  3. PBIMPORT - Version 1.03 - Copyright 1992, Intel Corporation.
  4.  
  5. Usage: PBIMPORT <source [/type]> <destination [/type]> [/OPTIONS]
  6.  
  7. If the file type cannot be determined from the .EXTension, the
  8. optional type parameter can be used to indicate the file type.
  9.  
  10. Extension  :  Equivalent type parameter
  11. ---------     -------------------------
  12.  .PB          /PB     CAS Compatible phone book file
  13.  .CSV         /CSV    Comma Separated value file
  14.  .TSV         /TSV    Tab Separated value file
  15.  .TXT         /TXT    Fixed Field ASCII file
  16.  .DAT         /DAT    User Data Base (valid for source only)
  17.  .FXD         /FXD    Faxit Data Base (valid for source only)
  18.  
  19. Options: /HELP        This Help Message
  20.          /?           This Help MEssage
  21.          /VERBOSE     Print details of import/export operation
  22.          /APPEND      Append export information to existing destination
  23.                        file
  24.          /MERGE       Merge export information into existing destination
  25.                        file
  26.                       (The /MERGE and /APPEND options are identical).
  27.          /OVERWRITE   Overwrite the output file
  28.  
  29. It will translate to or from CAS, TSV, CSV or TXT format files. It will
  30. only read DAT and FXD files.  DAT files are from NetSatisFAXtion's user
  31. database.  FXD files are Faxits phonebook database files.  Groups are
  32. handled in all formats except FXD (FAXit).  To see what the TSV, CSV and
  33. TXT format files look like, run PBIMPORT default.pb x.tsv (or .csv or .txt)
  34. and use an editor to examine the output.  Files prepared for input should
  35. use the same format.
  36.  
  37.